home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 105 / CD-ROM 105.iso / compl / irpf2004 / prog1.exe / %MAINDIR% / %PROGRAMA% / 0 / RCDATA / TFRMSGGATEWAY / TFRMSGGATEWAY.txt
Encoding:
Text File  |  2004-02-27  |  2.5 KB  |  100 lines

  1. object frMsgGateway: TfrMsgGateway
  2.   Left = 525
  3.   Top = 293
  4.   Width = 594
  5.   Height = 252
  6.   Color = clBtnFace
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   OldCreateOrder = False
  13.   Position = poMainFormCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object LabelMsg1: TLabel
  17.     Left = 27
  18.     Top = 94
  19.     Width = 537
  20.     Height = 43
  21.     AutoSize = False
  22.     Caption = 
  23.       'Desejando efetuar o pagamento/agendamento de sua(s) quota(s) ou ' +
  24.       'obter mais informa'#231#245'es, clique no bot'#227'o Continuar.'
  25.     Font.Charset = ANSI_CHARSET
  26.     Font.Color = clNavy
  27.     Font.Height = -12
  28.     Font.Name = 'Arial'
  29.     Font.Style = [fsBold]
  30.     ParentFont = False
  31.     WordWrap = True
  32.   end
  33.   object Bevel1: TBevel
  34.     Left = 8
  35.     Top = 8
  36.     Width = 567
  37.     Height = 153
  38.     Shape = bsFrame
  39.   end
  40.   object LabelMsg2: TLabel
  41.     Left = 27
  42.     Top = 93
  43.     Width = 536
  44.     Height = 57
  45.     AutoSize = False
  46.     Caption = 
  47.       'Desejando efetuar o pagamento/agendamento on-line de quotas do I' +
  48.       'RPF, acesse, na p'#225'gina da '#13#10'Receita  Federal  <www.receita.fazen' +
  49.       'da.gov.br> ,  na op'#231#227'o SERVI'#199'OS,  DARF - Arrecada'#231#227'o '#13#10'Federal, ' +
  50.       ' o item "Pagamento e Agendamento On Line".'
  51.     Font.Charset = ANSI_CHARSET
  52.     Font.Color = clNavy
  53.     Font.Height = -12
  54.     Font.Name = 'Arial'
  55.     Font.Style = [fsBold]
  56.     ParentFont = False
  57.     WordWrap = True
  58.   end
  59.   object Label1: TLabel
  60.     Left = 27
  61.     Top = 30
  62.     Width = 537
  63.     Height = 57
  64.     AutoSize = False
  65.     Caption = 
  66.       'A Receita Federal coloca '#224' disposi'#231#227'o do contribuinte uma modali' +
  67.       'dade de pagamento do '#13#10'Imposto  de  Renda  Pessoa  F'#237'sica.  Por ' +
  68.       'esta sistem'#225'tica,  '#233' poss'#237'vel o pagamento e/ou o '#13#10'agendamento o' +
  69.       'n-line de quota(s) do IRPF junto ao Internet Banking dos bancos ' +
  70.       'autorizados.'
  71.     Font.Charset = ANSI_CHARSET
  72.     Font.Color = clNavy
  73.     Font.Height = -12
  74.     Font.Name = 'Arial'
  75.     Font.Style = [fsBold]
  76.     ParentFont = False
  77.   end
  78.   object OKBtn: TButton
  79.     Left = 178
  80.     Top = 184
  81.     Width = 80
  82.     Height = 25
  83.     Caption = '&Continuar'
  84.     Default = True
  85.     ModalResult = 1
  86.     TabOrder = 0
  87.     OnClick = OKBtnClick
  88.   end
  89.   object CancelBtn: TButton
  90.     Left = 328
  91.     Top = 184
  92.     Width = 80
  93.     Height = 25
  94.     Cancel = True
  95.     Caption = '&Sair'
  96.     ModalResult = 2
  97.     TabOrder = 1
  98.   end
  99. end
  100.